-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forms: made profile form configurable #174
base: master
Are you sure you want to change the base?
Conversation
759d517
to
c052a9b
Compare
c052a9b
to
ec67762
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with @jrcastro2 🚀
# NOTE: Form field label | ||
_("Re-enter email address"), | ||
# NOTE: Form field help text | ||
description=_("Please re-enter your email address."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: it is nice to tell the user why we expect them to do an action, otherwise the description is almost the same as the field label
description=_("Please re-enter your email address."), | |
description=_("Please re-enter your email address to make sure the provided address is correct."), |
❤️ Thank you for your contribution!
Description
Closes Issue zenodo/zenodo-rdm#1103
Checklist
Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:
Frontend
Reminder
By using GitHub, you have already agreed to the GitHub’s Terms of Service including that: